PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardTableAttribute Class / setRowSpan Method
The number of rows in the enclosing table that shall be spanned by the cell.
In This Topic
    setRowSpan Method
    In This Topic
    Sets the row span.
    Syntax
    public void setRowSpan( 
       int value
    )

    Parameters

    value
    The number of rows in the enclosing table that shall be spanned by the cell.
    See Also